Platform Explorer / Nuxeo Platform 6.0

Operation Business.BusinessCreateOperation (BusinessCreateOperation)

Description

This operation map pojo client side to document adapter server side and create NX document assuming that pojo and adapter have both properties in common.
Operation id Business.BusinessCreateOperation
Category Business
Label BusinessCreateOperation
Requires
Since

Parameters

Name Description Type Required Default value
name string yes  
parentPath string yes  

Signature

Inputs businessadapter
Outputs businessadapter

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.business.BusinessCreateOperation
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Business.BusinessCreateOperation",
  "label" : "BusinessCreateOperation",
  "category" : "Business",
  "requires" : null,
  "description" : "This operation map pojo client side to document adapter server side and create NX document assuming that pojo and adapter have both properties in common.",
  "url" : "Business.BusinessCreateOperation",
  "signature" : [ "businessadapter", "businessadapter" ],
  "params" : [ {
    "name" : "name",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "parentPath",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}